diff options
| author | Joe Carstairs <jcarstairs@scottlogic.com> | 2023-08-15 20:23:31 +0100 |
|---|---|---|
| committer | Joe Carstairs <jcarstairs@scottlogic.com> | 2023-08-15 20:23:31 +0100 |
| commit | c728854bd06f2610b2e0ec30af6d2f08e9c3f4cb (patch) | |
| tree | 54e236fcef276ea458a8b3a669679321b96babb3 /src/pages/[locale]/index.astro | |
| parent | 124486696f361783e5f24854b3fecd22c63632d9 (diff) | |
Adds nav links
Diffstat (limited to 'src/pages/[locale]/index.astro')
| -rw-r--r-- | src/pages/[locale]/index.astro | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pages/[locale]/index.astro b/src/pages/[locale]/index.astro index 30c06fc..6a3af60 100644 --- a/src/pages/[locale]/index.astro +++ b/src/pages/[locale]/index.astro @@ -38,7 +38,7 @@ const mostRecentNewsItem = await getMostRecentNewsItem(locale); </div> </section> - <section> + <section id="jyne"> <h2 set:html={t(tPage, { key: 'jyne' })} /> <h3 set:html={t(tPage, { key: 'why-jyne' })} /> |
